home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / wildcat / addlog1.zip / ADDLOG.DOC < prev    next >
Text File  |  1992-11-29  |  4KB  |  101 lines

  1.  
  2.  
  3.                    ADDLOG
  4.  
  5.                    v  1.0
  6.  
  7.                 COPYRIGHT  (c) 1992
  8.                CORVETTE BBS SOFTWARE
  9.                 ALL RIGHTS RESERVED
  10.  
  11.       -----------------------------------------------------
  12.  This Wildcat SysOp utility is not guaranteed to do anything but take up
  13. space on your hard drive. The author is not responsible for anything that
  14. results from your use of this program. Addlog is not identified with any
  15. other program. Past, present or future. Any resemblance by name or looks
  16. to any other program is purely coincidental.
  17.  
  18.     This is a free program for Wildcat! SysOp's. Please pass it around in
  19. an unmodified form. If you have any comments or recommendation's, please
  20. contact me at my bbs or the MUSTANG headquarters BBS.
  21.  
  22.     This program is a simple activity log appender. It will append your
  23. activity log with almost anything you like. Such as the name of a door
  24. when used or a mail run, etc. What you would like appended to the activity
  25. log is passed by the command line. A sample of the modified activity log is
  26. included with this zip file.(see SAMPLOG.001)
  27.  
  28.      Use ADDLOG like this:
  29.  
  30.               addlog megabuck$
  31.                  |-------|
  32.                  ^
  33.                  |
  34.                 TEXT TO IMPORT TO ACTIVITY LOG
  35.  
  36.     When used in a batch file to call a door or mail run, addlog will append
  37. your activity log with MEGABUCK$ (per example). Case doesn't matter. The
  38. appended activity log with be all in upper case and would be appended like
  39. this:
  40.  
  41.            *      --=== MEGABUCK$ ===--
  42.  
  43.   To use addlog you will need to do the following:
  44.  
  45.   1-  Put the ADDLOG.EXE in a directory thats in your path statement.
  46.  
  47.   2-  Put in each door directory a configure file (1 line) called ADDLOG.CFG
  48.     ADDLOG.CFG must contain 1 line indicating the full path and file
  49.     name of the activity log. For instance:
  50.          C:\WC30\ACTIVITY.001
  51.     Each door directory must have the ADDLOG.CFG in it if you want to
  52.     add to the activity log.
  53.  
  54.   3-  Add to your door#.bat this line:
  55.           ADDLOG MEGABUCK$
  56.              ---------
  57.                  ^
  58.               or whatever you wanted printed to the activity log
  59.  
  60.       If for instance you wanted to add SUPER SLOTS NODE #1 to your
  61.       activity log then you would do this:
  62.          ADDLOG SUPER SLOTS NODE #1
  63.                ^
  64.             make sure u put a space here
  65.       Your activity log would then be added with this
  66.  
  67.         *       --=== SUPER SLOTS NODE #1 ===--
  68.  
  69.  
  70.  
  71.   A typical batch file for a door would look like this:
  72.  
  73.      @echo off
  74.      cls
  75.      cd\wc30\doors\megabuck$  <----change to megabuck$ door directory
  76.      addlog megabuck$    <---call addlog and add megabuck$ to the activity log
  77.      mega  <----calls the door game megabuck$
  78.  
  79.    Just make sure you have the ADDLOG.CFG in the door directory and
  80. ADDLOG.EXE is in the path statement directory. Otherwise, you will get an
  81. error and the program will return control to the batch file.
  82.  
  83.     -----------------------------------------------------------------------
  84.  
  85.    ADDLOG is written using QuickBasic 4.5 AND requires BRUN45.EXE to run!
  86.          Source code is available for $5.00.
  87.  
  88.     -----------------------------------------------------------------------
  89.  
  90.   Well, thats all there is. I'm sure you can figure it out. There are
  91. other ways to use addlog. Just use your imagination.
  92.  
  93.   For more Wildcat! SysOp utilities call Corvette BBS in Las Vegas, Nevada.
  94.  
  95.           * A WILDCAT! REGISTERED SYSTEM! *
  96.  
  97.                 CORVETTE BBS
  98.                data  431-2284  <-- 24hrs, 7 days
  99.                voice 431-2105  <-- 1500-1800 M-F, Pacific Time
  100.              LAS VEGAS,  NEVADA
  101.